home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 176-200 / disk_179 / unixutil / tee.doc < prev    next >
Text File  |  1992-05-06  |  473b  |  18 lines

  1. TEE                USER COMMANDS            TEE
  2.  
  3.  
  4.  
  5. NAME
  6.     tee - split (tap) the pipe
  7.  
  8. SYNOPSIS
  9.     tee <file1 >file2 file3
  10.  
  11. DESCRIPTION
  12.     tee   copies  standard  input  to  standard output  and  one
  13.     other  file.   This  splits  the  pipe ,  shunting a copy of
  14.     the  standard input  off into a file.  This presumes you are
  15.     using a shell program which can connect the  standard output
  16.     of  one  program  to  the standard input  of another or some
  17.     other pipe device.
  18.